Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_alpha
ctype_alpha
Check alphabetical characters
Name:
ctype_alpha
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check alphabetical characters
Related
The difference and combination of php_uname() and PHP_OS
4
How to Use imagecolorstotal and imagecreatefrompng Together to Get the Number of Colors in a PNG Image
7
Correct usage of mysqli::stmt_init with bind_param
4
Detailed Guide to Developing a Reservation Feature for PHP Ordering Systems to Boost Restaurant Business
3
Similar Functions
ctype_graph
ctype_graph
Checkforanyprintable
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_space
ctype_space
Checkspacecharacters
ctype_digit
ctype_digit
Checknumericcharacte
ctype_punct
ctype_punct
Checkforprintablecha
ctype_print
ctype_print
Checkprintablecharac
ctype_lower
ctype_lower
Checklowercasecharac
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
Popular Articles